toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
[root]
/
Torrent
/
TorrentFileStat
Torrent
File
Stat
data
class
TorrentFileStat
(
val
id
:
Int
?
,
val
path
:
String
?
,
val
length
:
Long
?
)
(
source
)
Members
Constructors
Torrent
File
Stat
Link copied to clipboard
constructor
(
id
:
Int
?
,
path
:
String
?
,
length
:
Long
?
)
Properties
id
Link copied to clipboard
val
id
:
Int
?
length
Link copied to clipboard
val
length
:
Long
?
path
Link copied to clipboard
val
path
:
String
?